home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 28 / PC Gamer IT CD 28 1-2.iso / WIREPLAY / SUPPORT / MSDUN12.EXE / RCDATA / CABINET / netpptp.inf < prev    next >
Windows Setup INFormation  |  1997-09-16  |  5KB  |  155 lines

  1. ; netpptp.inf
  2. ;
  3. ; INF for Point to Point Tunneling Protocol WAN Miniport Driver (NETPPTP.SYS)
  4. ;
  5. ; The NETPPTP driver is the "Virtual Private Networking Adapter"
  6. ;
  7. ; Copyright (c) 1997 Microsoft Corporation
  8.  
  9. [version]
  10. LayoutFile=dnlayout.inf, layout.inf
  11. Signature="$CHICAGO$"
  12. Class=Net
  13. Provider=%V_MS%
  14.  
  15. [Manufacturer]
  16. %V_MS%=PPTP
  17.  
  18. [PPTP]
  19. %*PNP8386.DeviceDesc%=*PNP8386.ndi, *PNP8386 
  20.  
  21.  
  22. ;****************************************************************************
  23. ; PnP ID Adapter Specific Install Section
  24. ;****************************************************************************
  25. [*PNP8386.ndi]
  26. AddReg=*PNP8386.ndi.reg,PPTP.ndi.reg,PPTP.Gen.Params
  27. DeviceID=*PNP8386
  28. MaxInstance=1
  29.  
  30. [*PNP8386.ndi.reg]
  31. HKR,Ndi,DeviceID,,"*PNP8386"  ; pnp id
  32.  
  33. ;****************************************************************************
  34. ; Base Section
  35. ;****************************************************************************
  36. [PPTP.ndi.reg]
  37. HKR,,DevLoader,,*ndis
  38. HKR,,DeviceVxDs,, netpptp.sys
  39.  
  40. ; NDIS Info
  41. HKR,NDIS,LogDriverName,,"pptp"
  42. HKR,NDIS,MajorNdisVersion,HEX,03
  43. HKR,NDIS,MinorNdisVersion,HEX,0A
  44.  
  45. ; Interfaces
  46. HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
  47. HKR,Ndi\Interfaces,DefLower,,"pptp"
  48. HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
  49. HKR,Ndi\Interfaces,LowerRange,,"pptp"
  50.  
  51. ; Required Components
  52. HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
  53.  
  54. ; Install sections
  55. HKR,Ndi\Install,ndiswan,,"PPTP.ndiswan"
  56.  
  57. ; Context help
  58. HKR,Ndi,HelpText,,%PPTP_HELP%
  59.  
  60. ; Uninstall sections
  61. HKR,Ndi\Remove,ndiswan,,"PPTP.ndiswan.uninstall"
  62.  
  63. ;****************************************************************************
  64. ; TAPI ISDN Configuration
  65. ;****************************************************************************
  66. HKR,TAPI,ConfigFlags,1,00,00,00,00
  67. HKR,TAPI,DeviceType,1,01,00,00,00
  68. HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 02,00,00,00, 01,00,00,00, 01,00,00,00
  69. HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00
  70. HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, ff,00,00,00, 03,00,00,00, 02,00,00,00, 02,00,00,00
  71. HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  72. HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
  73. HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  74. HKR,TAPI\Line0\Channel0,SPID,,""
  75. HKR,TAPI\Line0\Channel0,Phone,,""
  76. HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
  77. HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
  78. HKR,TAPI\Line0\Channel1,SPID,,""
  79. HKR,TAPI\Line0\Channel1,Phone,,""
  80.  
  81.  
  82. ;****************************************************************************
  83. ; General Params
  84. ;****************************************************************************
  85. [PPTP.Gen.Params]
  86. ; pptp constant values
  87. HKR,,BoardType,,"Microsoft Virtual Private Networking Adapter"
  88. HKR,,BoardName,,"Microsoft Virtual Private Networking Adapter"
  89. HKR,,DeviceName,,"Microsoft VPN Adapter"
  90. HKR,,ProviderInfo,,"Microsoft"
  91. HKR,,DeviceType,,"PPTP"
  92. HKR,,TunnelGreOverUdp,,0
  93.  
  94. ;****************************************************************************
  95. ; Install Section
  96. ;****************************************************************************
  97.  
  98. ; Install section for NDISWAN upper edge (only for WAN miniports)
  99. [PPTP.ndiswan]
  100. CopyFiles=PPTP.ndiswan.CopyFiles
  101. AddReg=PPTP.Install
  102.  
  103. [PPTP.Install]
  104. ;****************************************************************************
  105. ; VPN Option Installed
  106. ;****************************************************************************
  107. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"1"
  108.  
  109.  
  110. ;****************************************************************************
  111. ; Uninstall Section
  112. ;****************************************************************************
  113. [PPTP.ndiswan.uninstall]
  114. AddReg=PPTP.Uninstall
  115.  
  116. [PPTP.Uninstall]
  117. ;****************************************************************************
  118. ; VPN Option Uninstalled
  119. ;****************************************************************************
  120. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\VPN,Installed,,"0"
  121.  
  122. ;****************************************************************************
  123. ; CopyFiles Section
  124. ;****************************************************************************
  125. [PPTP.ndiswan.CopyFiles]
  126. netpptp.sys,,,32       ; 32 = no version conflict when target is newer
  127.  
  128. vip.386,,,32
  129. vtcp.386,,,32
  130. vdhcp.386,,,32
  131. vtdi.386,,,32
  132. vudp.386,,,32
  133. vnbt.386,,,32
  134.  
  135.  
  136. ;****************************************************************************
  137. ; Destination Directories
  138. ;****************************************************************************
  139. [DestinationDirs]
  140. PPTP.ndiswan.CopyFiles  =11 ; System Directory
  141.  
  142. ;****************************************************************************
  143. ; Localizable Strings
  144. ;****************************************************************************
  145. [strings]
  146. ; Provider & Manufacturers
  147. V_MS="Microsoft"
  148.  
  149. ; Device Descriptions 
  150. *PNP8386.DeviceDesc="Microsoft Virtual Private Networking Adapter"
  151.  
  152. ; Context Help
  153. PPTP_HELP="The Microsoft Virtual Private Networking Adapter enables your computer to establish private network connections across a public network such as the internet."
  154.  
  155.